[POWERPC][XEN] Include io.h so we can match the globals defined here.
authorJimi Xenidis <jimix@watson.ibm.com>
Thu, 7 Sep 2006 16:09:18 +0000 (12:09 -0400)
committerJimi Xenidis <jimix@watson.ibm.com>
Thu, 7 Sep 2006 16:09:18 +0000 (12:09 -0400)
Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
xen/arch/powerpc/setup.c

index 964e7e9eba08a468e507aebcb7f3aea81290396b..43c6878615135be181e46455717263793e95f862 100644 (file)
@@ -43,6 +43,7 @@
 #include <asm/debugger.h>
 #include <asm/delay.h>
 #include <asm/percpu.h>
+#include <asm/io.h>
 #include "exceptions.h"
 #include "of-devtree.h"
 #include "oftree.h"
@@ -79,7 +80,7 @@ cpumask_t cpu_present_map;
 cpumask_t cpu_possible_map;
 
 /* XXX get this from ISA node in device tree */
-void *vgabase;
+char *vgabase;
 ulong isa_io_base;
 struct ns16550_defaults ns16550;